Welcome![Sign In][Sign Up]
Location:
Search - Automation Excel

Search list

[OtherDoNetDemo

Description: 使用的开发语言有CSharp,VB等,个人认为有较好的参考价值。 【.NET开发】使用Windows Forms生成简单的绘图工具 【.NET开发】为.NET应用程序实现一个类似Word的对象模型 【Office开发】.NET框架下Excel报表组件编程 【Web开发】了解和扩展ASP.NET 2.0中的站点导航系统 【工具与技巧】构建高性能的ASP.NET应用程序 【工具与技巧】使用WMI和MOM 2005检测和监视ASP.NET应用程序 【软件测试】底层UI测试自动化 【特别策划】使用Visual Studio 2005速成版建立低廉的开发环境 【特别策划】用高级安全特性将Hacker拒之门外-Used in the development of language has CSharp, VB, etc. personally think has a better reference value. [. NET development] using Windows Forms to generate a simple drawing tools [. NET development] for. NET applications to achieve a similar Word object model] [Office development. NET framework components Programming Excel statements] [Web development knowledge and extension of ASP.NET 2.0 in site navigation systems] [tools and techniques to build high-performance ASP.NET applications] [tools and techniques to use WMI and MOM 2005 to detect and monitor ASP.NET application software testing] [underlying UI test automation ] [Special planning to use Visual Studio 2005 Express Editions establish low-cost development environment] [special planning with advanced security features will be excluded Hacker
Platform: | Size: 1449984 | Author: softareren | Hits:

[OtherExcelautomatized

Description: excel表格的自动化,不用人工录入繁复的数据,程序自动完成!-excel forms of automation, no complicated manual entry of data, the program automatically!
Platform: | Size: 2048 | Author: 牛月琴 | Hits:

[.net196

Description: VC2008如何使用自动化生成Excel图表-VC2008 how to use Excel automation to generate charts
Platform: | Size: 4115456 | Author: gz | Hits:

[Windows Developeight_office

Description: VC++2005编程实例\源代码\第8章 Office自动化编程实例,包括14个实例:如何使用VC++动态创建播放幻灯片,如何直接播放幻灯片文件如何使用自动化运行Word宏,如何使用自动化导出Word文件, 如何使用自动化导出Excel文件、Excel图表、Excel工具栏、Excel查询表-VC++ 2005 source code programming examples in Chapter 8 Office automation programming examples, including the 14 examples: how to use VC++ Dynamic slide show created, how to direct the slideshow document how to use automation to run Word macro, how the use of automation to export Word documents, how to use automation to export Excel documents, Excel charts, Excel toolbar, Excel query table
Platform: | Size: 7049216 | Author: Liu Dongtao | Hits:

[OAReaderexcel

Description: Excel是微软公司办公自动化套件中的一个软件,他主要是用来处理电子表格。Excel以其功能强大,界面友好等受到了许多用户的欢迎。在办公的时候,正是由于Excel的这么多的优点,许多重要的数据,往往以Excel电子表格的形式存储起来。这样就给程序员带来了一个问题,虽然Excel功能比较强大,但毕竟不是数据库,在程序中处理数据库中的数据比其处理Excel表格中的数据容易许多。那么如何用Visual C#读取Excel表格中的数据?在以前用Delphi编程的时候,对于不同的用户,他们对于打印的需求是不一样的,如果要使得程序中的打印功能适用于每一个用户,可以想象程序设计是十分复杂的。这时想到Excel,由于Excel表格的功能强大,又由于几乎每一台机器都安装了它,如果把程序处理的结果放到Excel表格中,这样每一个用户就可以根据自己的需要在Excel中定制自己的打印。这样不仅使得程序设计简单,而且又满足了诸多用户的要求,更加实用了。那么用Visual C#如何调用Excel,如何又把数据存放到Excel表格中?这是本人开发一套软件时总结的资料。-Excel is a Microsoft office automation software package, he is mainly used to deal with spreadsheets. Excel its powerful, user-friendly, such as has been welcomed by many users. Time in the office, it is precisely because so many Excel advantages, many important data, often in the form of Excel spreadsheets stored. This gives the programmer with a problem, although more powerful Excel functions, but not the database, in the proceedings deal with the data in the database than its deal with the data in Excel spreadsheet much easier. Then how to use Visual C# to read the data in Excel spreadsheet? Used in previous Delphi programming time for different users, their demand for print is not the same as, if the process to make printing function applied to each user, it is conceivable that program design is very complex. Then think of Excel, as a result of powerful Excel spreadsheet, and because almost every machine has installed it, if we deal with the results of procedures on the Excel spre
Platform: | Size: 6144 | Author: jia li you | Hits:

[MiddleWarebactalk.activex.example

Description: 双击按钮可以看到源码 该Alerton BACtalk的Windows系统支持获得BACnet 性能通过一个ActiveX (以前称为OLE容器)接口。这个 接口的设计与自动化,这是首选 方法程序之间的通信用户的Visual Basic和 可视化的C / C + + 。 Visual Basic中可以作为扩大到许多 应用程序如Microsoft Excel , Microsoft Access中,微软的Word , 和Visio 。 Visual Basic中提供的这种形式被称为VBA的。 本文档介绍的职能和子程序可以通过 自动化接口的BACtalk的Windows前端。所有的例子 的目的是最容易理解的Visual Basic程序员。-The Alerton BACtalk for Windows system supports access to BACnet properties through an ActiveX (formerly known as OLE) interface. This interface is designed to work with Automation, which is the preferred method of communicating between programs for users of Visual BASIC and Visual C/C++. Visual BASIC is available as an extension to many applications such as Microsoft Excel, Microsoft Access, Microsoft Word, and Visio. Visual BASIC provided in this form is known as VBA. This document describes the functions and subroutines available through the Automation interface on the BACtalk for Windows front end. All examples are designed to be most easily understood by Visual BASIC programmers.
Platform: | Size: 17408 | Author: yang | Hits:

[CSharpC_Excel

Description: Visual C#的Excel编程 Excel是微软公司办公自动化套件中的一个软件,他主要是用来处理电子表格。Excel以其功能强大,界面友好等受到了许多用户的欢迎。在办公的时候,正是由于Excel的这么多的优点,许多重要的数据,往往以Excel电子表格的形式存储起来。这样就给程序员带来了一个问题,虽然Excel功能比较强大,但毕竟不是数据库,在程序中处理数据库中的数据比其处理Excel表格中的数据容易许多。那么如何用Visual C#读取Excel表格中的数据?在以前用Delphi编程的时候,对于不同的用户,他们对于打印的需求是不一样的,如果要使得程序中的打印功能适用于每一个用户,可以想象程序设计是十分复杂的。这时想到Excel,由于Excel表格的功能强大,又由于几乎每一台机器都安装了它,如果把程序处理的结果放到Excel表格中,这样每一个用户就可以根据自己的需要在Excel中定制自己的打印。这样不仅使得程序设计简单,而且又满足了诸多用户的要求,更加实用了。那么用Visual C#如何调用Excel,如何又把数据存放到Excel表格中?本文就来探讨一下上述问题的解决办法。-Visual C# in Excel Programming Excel is Microsoft s suite of office automation in a software, he is mainly used to process electronic forms. Excel with its powerful, user-friendly and so on have been welcomed by many users. When in the office, it is precisely because so many of the advantages of Excel, many important data, often in the form of Excel spreadsheets stored. Disturbing the programmer has brought a problem, although more powerful Excel functions, but after all, is not a database, in the program to deal with data in a database table over its handling of data in Excel much easier. So how to use Visual C# to read Excel data in tabular form? In previous times with the Delphi programming for different users, their demand for printing is not the same, if you want to make the program s print function to apply to each user is conceivable that programming is very complex. Then think of Excel, because Excel form powerful, and because almost every machine have installed it, and if th
Platform: | Size: 25600 | Author: Thefirst | Hits:

[ApplicationsWTLExcelDemo

Description: Excel Automation in VC-Excel Automation in VC++
Platform: | Size: 73728 | Author: mikado | Hits:

[OtherExcel_Xubin

Description: excel 标准化模板,具有大量实用功能,基本的自动化办公不在话下-exce standard template, with a large number of useful features, let alone the basic office automation
Platform: | Size: 3059712 | Author: 黄森 | Hits:

[ApplicationsExcel

Description: This sample consists of a solution named ExcelAuto.sln that contains two projects. ExcelAuto.vbproj is an interactive Windows-based application for automating Excel and setting up a scheduled task. ExcelAutoTask is a console application that contains Excel automation code that is run when the task is scheduled.
Platform: | Size: 52224 | Author: nico | Hits:

[JSP/Java18

Description: ebEditor是一个基于Web的文档处理中间件 =============================================================================== WebEditor系列文档控件,能够在浏览器窗口中直接编辑Word、Excel、PowerPoint等 Office文档并保存到Web服务器上。实现文档和电子表格和数据库的统一管理。同时支持痕 迹保留,手写签名,电子印章等办公自动化系统必备的功能。是OA系统开发的标准控件, 是保护您投资的最佳选择!控件采用标准HTTP协议,支持任意后台Web服务器(IIS,WebLogic, WebSphere,Apache,Tomcat等),任意后台操作系统(Windows 2000/2003/XP,Linux, Unix等),以及任意后台编程语言(Asp, Jsp, Php,VB.NET,C#.NET等)和任意Web应用服 务器体系结构(J2ee, .NET等)。卓越的性能,标准高效的编程接口,让您以最低的开发成 本,轻松创建极具特色的办公自动化解决方案!-WebEditor series document control in the browser window can be edited directly Word, Excel, PowerPoint, etc. Office document and save it to Web server. Implementation documents and spreadsheets and databases unified management. Supports both marks Track reservations, handwritten signatures, electronic seals and other necessary functions of office automation system. OA system development is the standard controls, Is the best choice to protect your investment! Control using standard HTTP protocol, Web server support for any background (IIS, WebLogic, WebSphere, Apache, Tomcat, etc.), any background operating system (Windows 2000/2003/XP, Linux, Unix, etc.), and any backend programming language (Asp, Jsp, Php, VB.NET, C#. NET, etc.) and any Web application server Services Architecture (J2ee,. NET, etc.). Excellent performance, standards and efficient programming interface, allowing you to develop into the lowest This, to easily create a very unique office automation solution
Platform: | Size: 786432 | Author: andy | Hits:

[Windows Develop1-VBA-code

Description: VB是设计用于创建标准的应用程序,而VBA是使已有的应用程序(EXCEL等)自动化 《VBA应用技巧代码》第1章-VB is designed to create a standard application, and VBA is to make existing applications (EXCEL, etc.) automation " VBA application skills code" Chapter 1
Platform: | Size: 12288 | Author: 方程 | Hits:

[Mathimatics-Numerical algorithmsAUTODICE

Description: This sample program takes 12 numbers and uses automation to tell EXCEL 97 to draw a histogram of the numbers.
Platform: | Size: 47104 | Author: emreka | Hits:

[VC/MFCVC-Excel-Automation

Description: 这里主要讲一下VC++中用支持MFC的控制台程序操作Exce-Here mainly to talk about the VC++ console application using MFC support operations Exce
Platform: | Size: 287744 | Author: ice | Hits:

[File Operateexcel--hong

Description: 公司监控室截图,并处理图象的excel宏,办公自动化实例。-Company control room shots, and excel macro image processing, office automation instance.
Platform: | Size: 1024 | Author: ljj | Hits:

[Windows DevelopExcel-and-VBA-program-leader

Description: VBA是 Visual Basic for Application 的缩写,是一种应用程序自动化语言。-VBA is Visual Basic for Application of the abbreviation, is an application automation language.
Platform: | Size: 359424 | Author: TC | Hits:

[Windows DevelopExcel-and-VBA-program-leader

Description: VBA是 Visual Basic for Application 的缩写,是一种应用程序自动化语言。-VBA is Visual Basic for Application of the abbreviation, is an application automation language.
Platform: | Size: 359424 | Author: pointf | Hits:

[OtherMAIN

Description: excel全自动数据处理工具,matlab版本,快捷有效-EXCEL documents to read and write operations, to achieve full automation Excel data processing
Platform: | Size: 2048 | Author: liangyu | Hits:

[Windows DevelopVC++中实现Excel自动化编程

Description: VC++实现EXCEL自动化编程,通过二者的有机结合,更好的实现EXCEL自动化编程(VC++ implementation of EXCEL automation programming, through the organic combination of the two, better implementation of EXCEL automation programming)
Platform: | Size: 532480 | Author: chxs | Hits:

[Windows DevelopExcel_VBA_编程教程(完整版).pdf

Description: Visual Basic for Applications(VBA)是Visual Basic的一种宏语言,是微软开发出来在其桌面应用程序中执行通用的自动化(OLE)任务的编程语言。主要能用来扩展Windows的应用程序功能,特别是Microsoft Office软件。也可说是一种应用程式视觉化的Basic 脚本。该语言于1993年由微软公司开发的的应用程序共享一种通用的自动化语言--------Visual Basic For Application(VBA),实际上VBA是寄生于VB应用程序的版本。微软在1994年发行的Excel5.0版本中,即具备了VBA的宏功能。(A macro language that Microsoft has developed to implement a common automation (OLE) task in its desktop applications. Can be used primarily to extend the application capabilities of Windows, especially Microsoft Office software. It is also a visual Basic script for an application. The language, developed by the Microsoft Corp in 1993, shares a common automation language called Basic --------Visual For Application (VBA), in fact, VBA is parasitic on the version of the VB application. In the Excel5.0 version released in 1994, Microsoft has the macro functionality of VBA.)
Platform: | Size: 3024896 | Author: oasis52 | Hits:
« 1 23 4 5 6 »

CodeBus www.codebus.net